home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 3.2
/
Ham Radio Version 3.2 (Chestnut CD-ROMs)(1993).ISO
/
packet
/
n17jsrc
/
ax25tnc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-12-11
|
260b
|
16 lines
#ifndef NULLTNC
struct ax25tnc {
struct proc *output;
struct proc *upload;
struct session *session;
};
#define NULLTNC ((struct ax25tnc *)0)
/* In ax25cmd.c: */
void ax_upload __ARGS((int unused,void *sp1,void *p));
#endif /* NULLTNC */